home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 February / UG2.ISO / Programos / OutpostSecuritySuiteProInstall_samag.exe / {code_GetDest} / html_view / styles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-12-25  |  7.2 KB  |  467 lines

  1. .main_table
  2. {
  3.     width: 100%;
  4.     margin: 0px 16px 8px 16px;
  5.     padding: 0 0 0 0;
  6.     border-top: 1px solid #BDCAEA; 
  7.     border-bottom: 1px solid #BDCAEA;
  8.     background-color: #E4E7F0 #FFFFFF #FFFFFF #E4E7F0; 
  9.     border-spacing: 0px;
  10. }
  11.  
  12. .main_table_support
  13. {
  14.     width: 100%;
  15.     padding: 3px;
  16.     background-color: #FFFFC7; 
  17.     border-spacing: 0px;
  18. }
  19.  
  20. .main_table tr
  21. {
  22.     margin: 0 0 0 0;
  23. }
  24.  
  25. .main_table td
  26. {
  27.     border-bottom: 1px solid white;
  28.     padding: 3px 4px 3px 4px;
  29. }
  30.  
  31. .main_table_colored
  32. {
  33.     width: 100%;
  34.     padding: 0 0 0 0;
  35.     border-top: 1px solid #BDCAEA; 
  36.     border-bottom: 1px solid #BDCAEA;
  37.     border-spacing: 0px;
  38. }
  39.  
  40. .main_table_green
  41. {
  42.     background-color: #E4E7F0 #FFFFFF #FFFFFF #E4E7F0; 
  43.     background-color1:#AFE9AE #ffffff #ffffff #AFE9AE;
  44.     border-bottom: 1px solid white;
  45.     padding: 3px 4px 3px 4px;
  46. }
  47.  
  48. .main_table_red
  49. {
  50.     background-color:#FB8382 #ffffff #ffffff #FB8382;
  51.     background-color1: #E4E7F0 #FFFFFF #FFFFFF #E4E7F0; 
  52.     border-bottom: 1px solid white;
  53.     padding: 3px 4px 3px 4px;
  54. }
  55.  
  56. .main_table_orange
  57. {
  58.     background-color:#FCEC65 #ffffff #ffffff #FCEC65;
  59.     background-color1: #E4E7F0 #FFFFFF #FFFFFF #E4E7F0; 
  60.     background-position:right;
  61.     border-bottom: 1px solid white;
  62.     padding: 3px 4px 3px 4px;
  63. }
  64.  
  65.  
  66. .main_table_red_light
  67. {
  68.     width:15;
  69.     height:15;
  70.     background: white url(img/main2/red.png) no-repeat; 
  71.     background-color:Transparent;
  72. }
  73. .main_table_green_light
  74. {
  75.     width:15;
  76.     height:15;
  77.     background: white url(img/main2/green.png) no-repeat; 
  78.     background-color:Transparent;
  79. }
  80. .main_table_orange_light
  81. {
  82.     width:15;
  83.     height:15;
  84.     background: white url(img/main2/orange.png) no-repeat; 
  85.     background-color:Transparent;
  86. }
  87.  
  88. .main_table_tip
  89. {
  90.     width: 100%;
  91.     margin: 0 16px 0 16px;
  92.     padding: 2 0 2 0;
  93.     border-spacing: 0px;
  94.     background-color:#FFFEBB;
  95. }
  96.  
  97.  
  98.  
  99.  
  100.  
  101. .caption_table
  102. {
  103.     width: 100%;
  104.     padding: 4px 16px 8px 16px;
  105.     margin: 0 0 0 0;
  106. }
  107.  
  108. .caption_table td
  109. {
  110.     vertical-align: top
  111. }
  112.  
  113.  
  114. .status 
  115.     width: 200px;
  116.     white-space:nowrap;
  117. }
  118.  
  119. .status100
  120.     width: 100px;
  121.     white-space:nowrap;
  122. }
  123.  
  124. .status_header
  125. {
  126.     font-weight : bold; 
  127.     white-space:nowrap;
  128.     width: 200px;
  129. }
  130.  
  131. .link_readonly
  132. {
  133.     font-weight : bold; 
  134.     white-space:nowrap;
  135.     width: 200px;
  136.     text-decoration:none;
  137.     color:Black;
  138.     cursor:default;
  139. }
  140.  
  141.  
  142. body
  143.     font-family: "Tahoma", "Verdana", "Arial";
  144.     font-size : 8pt; 
  145.     background-color: White; 
  146.     font-weight : normal; 
  147.     padding: 0px 0px 0px 0px;
  148.     margin: 0px 0px 0px 0px;
  149. }
  150.  
  151. A.Link {
  152.     cursor: hand;
  153.     color: #227AD1;
  154. }
  155. A.Link:link {
  156.     TEXT-DECORATION: none
  157. }
  158. A.Link:visited {
  159.     TEXT-DECORATION: none
  160. }
  161. A.Link:hover {
  162.     text-decoration: underline;
  163.     color: #4490FE;
  164. }
  165.  
  166.  
  167. A.LinkRed {
  168.     cursor: hand;
  169.     color: red;
  170. }
  171. A.LinkRed:link {
  172.     TEXT-DECORATION: underline
  173. }
  174. A.LinkRed:visited {
  175.     TEXT-DECORATION: underline
  176. }
  177. A.LinkRed:hover {
  178.     text-decoration: underline;
  179.     color: red;
  180. }
  181.  
  182. A.LinkWhite {
  183.     cursor: hand;
  184.     color: white;
  185. }
  186. A.LinkWhite:link {
  187.     TEXT-DECORATION: underline
  188. }
  189. A.LinkWhite:visited {
  190.     TEXT-DECORATION: underline
  191. }
  192. A.LinkWhite:hover {
  193.     text-decoration: underline;
  194.     color: white;
  195. }
  196.  
  197.  
  198. .mainText 
  199. {
  200.     padding: 0px 0px 6px 16px;
  201.     margin: 0x 0px 0px 0px; 
  202. }
  203.  
  204.  
  205.  
  206. .spaceline 
  207.     height:10px; 
  208.     width:100%%;
  209.     border:none;
  210.     margin: 0px 16px;
  211. }
  212.  
  213. div.caption
  214.     height:27px; 
  215.     background-image: url(img/block.png);
  216.     color: White;
  217.     margin: 0x 0px 0px 0px; 
  218.     padding: 0px 0px 1px 16px;
  219.     font-weight: normal;
  220.     font-size : 10pt; 
  221.     vertical-align: middle;
  222.     white-space:nowrap;
  223. }
  224.  
  225. div.caption2
  226.     height:27px; 
  227.     background-image: url(img/block2.png);
  228.     color: Black;
  229.     margin: 0x 0px 0px 0px; 
  230.     padding: 0px 0px 1px 16px;
  231.     font-weight: normal;
  232.     font-size : 10pt; 
  233.     vertical-align: middle;
  234.     white-space:nowrap;
  235. }
  236.  
  237. div.caption_small
  238.     height:20px; 
  239.     background-image: url(img/block.png);
  240.     color: White;
  241.     margin: 0x 0px 0px 0px; 
  242.     padding: 0px 0px 1px 16px;
  243.     font-weight: normal;
  244.     vertical-align: middle;
  245. }
  246.  
  247. div.caption_small_red
  248.     height:20px; 
  249.     background-image: url(img/blockred.png);
  250.     color: White;
  251.     margin: 0x 0px 0px 0px; 
  252.     padding: 4px 0px 1px 16px;
  253.     font-weight: normal;
  254.     vertical-align: middle;
  255. }
  256.  
  257. div.caption_general
  258.     font-weight: normal; 
  259.     border:none;
  260.     margin: 0px;
  261.     padding: 0px 16px 0px 5px;    
  262.     height: 32pt;
  263.     vertical-align: middle;
  264.     font-size : 14pt; 
  265.     color: #054376;
  266. }
  267.  
  268. div.caption_general_news
  269.     font-weight: normal; 
  270.     border:none;
  271.     padding: 0px 0px 6px 16px;
  272.     margin: 0x 0px 0px 0px; 
  273.     height: 24pt;
  274.     vertical-align: middle;
  275.     font-size : 12pt; 
  276.     color: #054376;
  277. }
  278.  
  279. .text 
  280. {
  281.     color: #434872;
  282.     padding: 6px 0px 6px 16px;
  283.     margin: 0x 0px 0px 0px; 
  284. }
  285.  
  286. td.adviceHeader
  287. {
  288.     padding-top:1px;
  289.     padding-bottom:2px;
  290.     white-space:nowrap;
  291.     width: 100px;
  292. }
  293. td.adviceValue
  294. {
  295.     padding-top:1px;
  296.     padding-bottom:2px;
  297.     white-space:wrap;
  298. }
  299.  
  300. img.note 
  301. {
  302.     vertical-align: middle;
  303. }
  304.  
  305.  
  306. /* common alert block*/
  307.  .alert_border
  308.  {
  309.     background-color:#79798F;
  310.  }
  311.  .alert_border2
  312.  {
  313.     background-color:#FFFFFF;
  314.  }
  315.  
  316.  .alert_caption
  317.  {
  318.     background-color:#FFFFFF;
  319.     padding-left:14;
  320.     padding-right:7;
  321.     font-size:10pt;
  322.     font-family:Tahoma;
  323.  }
  324.  
  325.  .alert_product_font
  326.  {
  327.     color:Black;
  328.     font-size:12pt;
  329.     font-family:Tahoma;
  330.  }
  331.  
  332.   .alert_caption_font
  333.  {
  334.     color:Black;
  335.     font-size:9pt;
  336.     font-family:Tahoma;
  337.  }
  338.  
  339.  .alert_main_font
  340.  {
  341.     font-size:8pt;
  342.     font-family:Tahoma;
  343.  }
  344.  .alert_text_offset
  345.  {
  346.     padding-left:21;
  347.     padding-right:7;
  348.  }
  349.  
  350. .alert_link
  351. {
  352.     color:#00AEDC;
  353.     font-size:8pt;
  354.     font-family:Arial;
  355.  
  356. /* blue alert block*/
  357.  
  358.  .blue_alert_product_font_highlight
  359.  {
  360.     color:#00AEDC;
  361.  }
  362.  
  363.  .blue_alert_internal_line
  364.  {
  365.     background-color:#3195C6;
  366.  }
  367.  
  368. .blue_alert_description
  369. {
  370.     background-image: url(img\blue_alert_bk.png);
  371.     background-repeat:repeat-x;
  372. }
  373.  
  374.  
  375. .blue_alert_checkbox
  376. {
  377.     background-color:#C0DAEE;
  378.     padding-left:14;
  379.     padding-right:7;
  380. }
  381.  
  382. /* red alert block*/
  383.  .red_alert_product_font_highlight
  384.  {
  385.     color:#EC5C40;
  386.  }
  387.  
  388.  .red_alert_internal_line
  389.  {
  390.     background-color:#EF755C;
  391.  }
  392.  
  393. .red_alert_description
  394. {
  395.     background-image: url(img\red_alert_bk.png);
  396.     background-repeat:repeat-x;
  397. }
  398.  
  399. .red_alert_checkbox
  400. {
  401.     background-color:#FFD2BA;
  402.     padding-left:14;
  403.     padding-right:7;
  404. }
  405.  
  406. /* gray alert block*/
  407.  .gray_alert_product_font_highlight
  408.  {
  409.     color:#00AEDC;
  410.  }
  411.  
  412.  .gray_alert_internal_line
  413.  {
  414.     background-color:#3195C9;
  415.  }
  416.  
  417. .gray_alert_description
  418. {
  419.     background-image: url(img\gray_alert_bk.png);
  420.     background-repeat:repeat-x;
  421. }
  422.  
  423. .gray_alert_checkbox
  424. {
  425.     background-color:#D9DEDD;
  426.     padding-left:14;
  427.     padding-right:7;
  428. }
  429.  
  430. .text_disabled
  431. {
  432.     color:Gray;
  433. }
  434. .text_disabled_link
  435. {
  436.     color:Gray;
  437.     cursor:default;
  438.     text-decoration:none;
  439. }
  440.  
  441. .control
  442. {
  443.     background: blue;
  444.     width: 100%%;
  445.     height: 100%%;
  446.     min-height: 100px;
  447. }
  448.  
  449. .attack_detect_window{behavior: attack_detect_window;}
  450. .net_activity_window{behavior: net_activity_window;}
  451. .open_port_window{behavior: open_port_window;}
  452. .quarantine_window{behavior: quarantine_window;}
  453. .processes_activity_window{behavior: processes_activity_window;}
  454. .content_filter_window{behavior: content_filter_window;}
  455. .log_window{behavior: log_window;}
  456. .log_toolbar{behavior: log_toolbar; height:24px;}